-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add interval
field for kubectl get KeptnMetric
#1689
feat: add interval
field for kubectl get KeptnMetric
#1689
Conversation
Signed-off-by: Rakshit Gondwal <[email protected]>
✅ Deploy Preview for keptn-lifecycle-toolkit ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1689 +/- ##
==========================================
- Coverage 63.47% 61.56% -1.92%
==========================================
Files 142 118 -24
Lines 10899 9946 -953
==========================================
- Hits 6918 6123 -795
+ Misses 3719 3599 -120
+ Partials 262 224 -38 see 40 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this require an update to https://main.lifecycle.keptn.sh/docs/yaml-crd-ref/metric/ and possibly other files listed in the "See also" for that page? Just curious -- it doesn't need to be in the same PR.
Yes, it does require changes to the documentation. @StackScribe. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: Rakshit Gondwal <[email protected]> Signed-off-by: Nitishupkr <[email protected]>
Fixes #1677
Changes made:
interval
field forkubectl get KeptnMetric
.metric.spec.range.interval
field.Some screenshots:
With
range.interval
field definedWithout a
range.interval
field defined